home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2006 October / wn148cd2.iso / Windows / Se divertir / MediaPortal / Setup.msi / _89D652C6F4C5CB6EFB7B225B3B3ACD05 / _FFFD3806E405465AB6652E8F158FD5B3 < prev    next >
Text File  |  2005-10-23  |  3KB  |  116 lines

  1. <window>
  2.   <id>5002</id>
  3.     <defaultcontrol>3</defaultcontrol>
  4.     <allowoverlay>yes</allowoverlay>
  5.     <define>#header.label:859</define>
  6.     <define>#header.hover:hover_my alarm.png</define>
  7.  
  8.   <controls>
  9.       <import>common.window.xml</import>
  10.  
  11.     <control>
  12.       <type>group</type>
  13.       <layout>StackLayout</layout>
  14.       <posX>55</posX>
  15.       <posY>115</posY>
  16.           <width>180</width>
  17.  
  18.           <control>
  19.               <description>SleepTimer On/Off button</description>
  20.               <type>togglebutton</type>
  21.               <id>3</id>
  22.               <label>856</label>
  23.              <onright>4</onright>
  24.               <onup>1234</onup> <!-- Non existing, so it will go to topbar -->
  25.           </control>
  26.           <control>
  27.               <description>Reset Button</description>
  28.               <type>button</type>
  29.               <id>7</id>
  30.               <label>868</label>
  31.               <onright>4</onright>
  32.               <ondown>3</ondown> <!-- go to top -->
  33.           </control>
  34.         <control>
  35.             <description>Panel SPlit</description>
  36.             <type>image</type>
  37.             <id>1</id>
  38.             <texture>panel_split_stack.png</texture>
  39.         </control>
  40.          </control>
  41.  
  42.         <control>
  43.             <description>sleep time label</description>
  44.             <type>label</type>
  45.             <id>1</id>
  46.             <posX>145</posX>
  47.             <posY>240</posY>
  48.             <label>#currentsleeptime</label>
  49.             <align>center</align>
  50.            <textcolor>ff484848</textcolor>
  51.             <font>font16</font>
  52.         </control>
  53.  
  54.         <control>
  55.             <description>Time until sleep</description>
  56.             <type>label</type>
  57.             <id>1</id>
  58.             <posX>242</posX>
  59.             <posY>100</posY>
  60.             <label>865</label>
  61.             <align>left</align>
  62.         </control>
  63.         <control>
  64.             <description>alarm time minutes</description>
  65.             <type>spincontrol</type>
  66.             <spintype>int</spintype>
  67.             <orientation>vertical</orientation>
  68.             <digits>2</digits>
  69.             <id>4</id>
  70.             <posX>482</posX>
  71.             <posY>103</posY>
  72.             <reverse>yes</reverse>
  73.             <showrange>no</showrange>
  74.           <textureUp>arrow_up_nofocus.png</textureUp>
  75.           <textureDown>arrow_down_nofocus.png</textureDown>
  76.           <textureUpFocus>arrow_up_focus.png</textureUpFocus>
  77.           <textureDownFocus>arrow_down_focus.png</textureDownFocus>
  78.             <onup>4</onup>
  79.             <ondown>5</ondown>
  80.             <onleft>3</onleft>
  81.             <onright>4</onright>
  82.         </control>
  83.  
  84.         <control>
  85.             <description>fade out volume</description>
  86.             <type>checkmark</type>
  87.             <id>5</id>
  88.             <posX>242</posX>
  89.             <posY>131</posY>
  90.             <width>200</width>
  91.             <height>20</height>
  92.             <label>866</label>
  93.             <onup>4</onup>
  94.             <onleft>3</onleft>
  95.             <onright>5</onright>
  96.             <ondown>6</ondown>
  97.         </control>
  98.  
  99.         <control>
  100.             <description>shutdown pc</description>
  101.             <type>checkmark</type>
  102.             <id>6</id>
  103.             <posX>242</posX>
  104.             <posY>165</posY>
  105.             <width>200</width>
  106.             <height>20</height>
  107.             <label>867</label>
  108.             <onleft>3</onleft>
  109.             <onright>5</onright>
  110.             <onup>5</onup>
  111.             <ondown>6</ondown>
  112.         </control>
  113.  
  114.   </controls>
  115. </window>
  116.